home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / README.TXT next >
Text File  |  1995-12-31  |  2KB  |  66 lines

  1. ===================================================
  2.     "PROGRAMMING WINDOWS 95" BY CHARLES PETZOLD
  3.                   COMPANION DISC
  4.        COPYRIGHT (C) 1996 BY CHARLES PETZOLD
  5. ===================================================
  6.  
  7. This companion CD-ROM contains the sample source code 
  8. and executable files for the examples presented in 
  9. "Programming Windows 95" by Charles Petzold. We recommend 
  10. that you store this disc in a safe place after you install 
  11. the files.
  12.  
  13. All sample source code and executable files are copyrighted
  14. by Charles Petzold -- except those in Chapters 12 and 20,
  15. which are copyrighted by Paul Yao.
  16.  
  17.  
  18. INSTALLATION
  19.  
  20. The files on this disc are not compressed and can be 
  21. copied to your hard disk by running the Setup program. 
  22. You must have at least 2.7 megabytes of free space on 
  23. your hard disk to install the files.
  24.  
  25.  
  26. DISC CONTENTS
  27.  
  28. The sample source code and executable files for each 
  29. chapter are stored under \PETZOLD\CHAPXX, where XX is 
  30. the chapter number. For example, all files for Chapter 2 
  31. are in the \PETZOLD\CHAP02 directory.
  32.  
  33.  
  34. COMPILING THE PROGRAMS
  35.  
  36. To compile the sample programs, you need to have installed 
  37. Microsoft Visual C++ version 4.0. You need to include the 
  38. following statement in your AUTOEXEC.BAT file:
  39.  
  40.      CALL \MSDEV\BIN\VCVARS32.BAT
  41.  
  42. This calls a file included with VC++ that sets up DOS environment 
  43. variables for compiling programs from the MS-DOS command line. 
  44. You also need to include the MSC.BAT file (located in the 
  45. \PETZOLD\CHAP01 directory) in your AUTOEXEC.BAT file.
  46.  
  47. To compile one of the sample programs from the MS-DOS command 
  48. line, change to the appropriate directory and type:
  49.  
  50.      NMAKE <program name>.MAK
  51.  
  52.  
  53. IF THERE ARE PROBLEMS WITH THIS DISC OR THE SAMPLES
  54.  
  55. Every effort was made to ensure the accuracy of the book 
  56. and this disc. Should you encounter a problem, please 
  57. contact us at the following address:
  58.  
  59.     Microsoft Press
  60.     Attn: "Programming Windows 95" Editor
  61.     One Microsoft Way
  62.     Redmond, WA  98052-6399
  63.  
  64. You can also send feedback to Microsoft Press via electronic mail
  65. at msinput@microsoft.com.
  66.